const google.golang.org/grpc/internal/transport.defaultWindowSize
12 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L547: sendQuota: defaultWindowSize,
controlbuf.go#L548: oiws: defaultWindowSize,
defaults.go#L28: defaultWindowSize = 65535
defaults.go#L30: initialWindowSize = defaultWindowSize // for an RPC
http2_client.go#L317: if opts.InitialConnWindowSize >= defaultWindowSize {
http2_client.go#L390: if opts.InitialWindowSize >= defaultWindowSize {
http2_client.go#L442: if t.initialWindowSize != defaultWindowSize {
http2_client.go#L460: if delta := uint32(icwz - defaultWindowSize); delta > 0 {
http2_server.go#L193: if config.InitialWindowSize >= defaultWindowSize {
http2_server.go#L197: if config.InitialConnWindowSize >= defaultWindowSize {
http2_server.go#L200: if iwz != defaultWindowSize {
http2_server.go#L221: if delta := uint32(icwz - defaultWindowSize); delta > 0 {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)